home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / utility / splitv10.zip / SPLIT.TXT < prev   
Text File  |  1997-06-02  |  4KB  |  108 lines

  1.                               SPLIT v1.0
  2.                           Syed Nasir Alsagoff
  3.                           Snake Soft Inc. 1997
  4.                            Penang, Malaysia
  5.                            synasir@tm.net.my
  6.  
  7. What is SPLIT:
  8. A  high-speed, low-drag file  splitter. Does not need any other file to
  9. rejoin the split files. Just use the batch file generated by the program.
  10.  
  11. Why use SPLIT:
  12. 1. To transport a large file that will not fit in a floppy disk to another
  13. computer.
  14. 2. To email another person a large file. The reason for this is that ISPs
  15. do not allow for an email attachment that is bigger than 1 megabyte. The
  16. other person will not need the `SPLIT.EXE' program to rejoin the split
  17. files. He will just need to run the batch file that was created after
  18. splitting the file to rejoin the files.
  19.  
  20. Who created SPLIT:
  21. Created by Syed Nasir Alsagoff (synasir@tm.net.my) -  May 1997
  22.  
  23. What is the system requirement for SPLIT:
  24. System Requirement.
  25. 1. Any IBM PC compatible system.
  26. 2. DOS 3.3 and above. Also compatible in Windows 95.
  27. 3. At least 128 Kilobytes of memory.
  28.  
  29. What are SPLIT features:
  30. Features:
  31. 1. Extensive help and examples. Just type `SPLIT' to get help.
  32. 2. Able to split a file by number of partitions or partitions size.
  33. 3. The  program  will  create a batch file for the user to rejoin all the
  34. split files.
  35. 4. Does not need `SPLIT.EXE' to rejoin the files.
  36. 5. Able to split the files to floppy disk or to hard drive.
  37. 6. The read and write processes during the splitting of the file are
  38. verified, so no fear of file error.
  39. 7. Able  to  rejoin  the split file on the floppy disk using the batch file.
  40. 8. Will recognize if the files are to be split to a floppy disk or hard
  41. drive. Will ask the user to change the floppy disk when required.
  42. 9. Will check if the hard drive will fit all the partitions of split files
  43. on the hard drive.
  44. 10. Will  inform  the  user how many floppy disk is required  each time a
  45. file is split to a floppy disk.
  46. 11. Will check if the partition will fit the inserted floppy disk. If not the
  47. user will be asked to insert another floppy disk.
  48. 12. During  the  process of splitting files to the floppy disk, the user will
  49. have the option to abort the process, if there is not enough floppy disk.
  50. 13. Each time  a  file  is  written,  the program will check if there is any
  51. other file  with  the same name and will ask the user if he wants to overwrite
  52. it or abort the process.
  53. 14. If rejoining the file, the batch file will check if the file already
  54. exist at the target.
  55. 15. The  batch  file  to  rejoin the file will check if the source and target
  56. is a valid location.
  57. 16. Low memory requirement. Will work in 128 KB of memory to split a 100 MB
  58. file to 100 partitions.
  59. 17. LFN stored in zip or rar file done by WinZip, WinRar or ExplorerPlus or
  60. any 32 bit compression software will be preserved after rejoining the split
  61. files.
  62. 18. Will inform the user of the progress when joining or splitting the file.
  63.  
  64. How to use SPLIT:
  65. Usage:
  66.  
  67. SPLIT  [file.ext]  [-#  of  partitions] or [size of partition in
  68. bytes] [target]
  69.  
  70. You  can  either choose the number of partitions or the size of partition
  71. only but  not  both.  Target  is optional. The default will be to the
  72. current drive and directory.
  73.  
  74. Examples:
  75.  
  76. SPLIT file.ext -10 to split file `file.ext' 10 times.
  77.  
  78. SPLIT  file.ext  1474560  to  split  file  `file.ext' to partitions of 1
  79. megabyte each.
  80.  
  81. SPLIT file.ext -10 a: to split file `file.ext' 10 times. to the a: drive.
  82.  
  83. SPLIT file.ext 1474560 c:\install\ to split file `file.ext' to partitions
  84. of 1 megabyte each to `c:\install\'.
  85.  
  86. Output files:
  87.  
  88. SPLIT file.ext -10 will create file.001, file.002.......file.009, file010 and
  89. file.bat.
  90.  
  91. The `file.bat' is created for  the user to rejoin the file.
  92.  
  93. Usage:
  94.  
  95. FILE [source] [target] e.g file a:\ c:install\
  96.  
  97. The  source  and  target  are  optional.  If  no target is specified, the
  98. current drive and directory are used.
  99.  
  100. Hints:
  101. If you are working through DOS, use disk cache such as `smartdrv' to speed-up
  102. the process.
  103.  
  104. Other details for SPLIT:
  105. This program is emailware. If you have used it and like it, please send me an
  106. email at synasir@tm.net.my If there are any complains, compliments, suggestions and comments please
  107. email me. Written in Turbo C++ 3.0.
  108.